GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CalculationEngine Class / NotifyVisualChanged Method / NotifyVisualChanged(IWorksheet,Reference[]) Method
The worksheet contains the cell range.
The collection of changed cell ranges.


In This Topic
NotifyVisualChanged(IWorksheet,Reference[]) Method
In This Topic
Notifies the calculation engine the visual of the specified cell range is repainted.
Syntax
'Declaration
 
Public Overloads Sub NotifyVisualChanged( _
   ByVal worksheet As IWorksheet, _
   ByVal ranges() As Reference _
) 
 
'Usage
 
Dim instance As CalculationEngine
Dim worksheet As IWorksheet
Dim ranges() As Reference
 
instance.NotifyVisualChanged(worksheet, ranges)

Parameters

worksheet
The worksheet contains the cell range.
ranges
The collection of changed cell ranges.
See Also